翻訳と辞書
Words near each other
・ Javarus Dudley
・ Javary River
・ JavaScript
・ JavaScript Data Components
・ JavaScript engine
・ JavaScript graphics library
・ JavaScript InfoVis Toolkit
・ JavaScript library
・ JavaScript OSA
・ Javascript Simple Syndication
・ JavaScript Style Sheets
・ JavaScript syntax
・ JavaScript templating
・ JavaScriptMVC
・ JavaServer Faces
JavaServer Pages
・ JavaServer Pages Standard Tag Library
・ Javash
・ Javassist
・ JavaStation
・ JavaTest harness
・ Javaugues
・ JavaWorld
・ JavaZone
・ JavE
・ Jave la Grande
・ Javed Abidi
・ Javed Afridi
・ Javed Ahmad Ghamidi
・ Javed Ahmadi


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JavaServer Pages : ウィキペディア英語版
JavaServer Pages

JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems,〔(Mailing list archive: "Sun JSP 1.0
*not
* available"
)〕 JSP is similar to PHP and ASP, but it uses the Java programming language.
To deploy and run JavaServer Pages, a compatible web server with a servlet container, such as Apache Tomcat or Jetty, is required.
==Overview==

Architecturally, JSP may be viewed as a high-level abstraction of Java servlets. JSPs are translated into servlets at runtime; each JSP servlet is cached and re-used until the original JSP is modified.〔(The Life Cycle of a JSP Page (Sun documentation) )〕
JSP can be used independently or as the view component of a server-side model–view–controller design, normally with JavaBeans as the model and Java servlets (or a framework such as Apache Struts) as the controller. This is a type of Model 2 architecture.〔(Understanding JavaServer Pages Model 2 architecture (JavaWorld) )〕
JSP allows Java code and certain pre-defined actions to be interleaved with static web markup content, such as HTML, with the resulting page being compiled and executed on the server to deliver a document. The compiled pages, as well as any dependent Java libraries, contain Java bytecode rather than machine code. Like any other Java program, they must be executed within a Java virtual machine (JVM) that interacts with the server's host operating system to provide an abstract, platform-neutral environment.
JSPs are usually used to deliver HTML and XML documents, but through the use of OutputStream, they can deliver other types of data as well.〔(Forum thread (JavaRanch): OutputStream already obtained )〕
The Web container creates JSP implicit objects like pageContext, servletContext, session, request & response.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JavaServer Pages」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.